Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix highlight error for current shown buffer #44

Merged

Conversation

Ron89
Copy link
Contributor

@Ron89 Ron89 commented Jul 9, 2016

Buffer current position highlighting gives error. It is caused by match's misintepretation of top and bottom.

round() gives a float type. And end up sending '10.0' like stuff to vim's match at line 177, which it mis-intepret. Hence the error message. So I force them to int type. Problem solved.

@Ron89
Copy link
Contributor Author

Ron89 commented Jul 9, 2016

It should have solved #42 .

@severin-lemaignan severin-lemaignan merged commit e608168 into severin-lemaignan:master Jul 12, 2016
@severin-lemaignan
Copy link
Owner

Thank you, merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants